home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act1 / 00008.ls < prev    next >
Encoding:
Text File  |  1995-04-03  |  305 b   |  19 lines

  1. on mouseUp
  2.   global game1level, numberbugs
  3.   if the frame >= marker("level 1") then
  4.     exit
  5.   end if
  6.   if game1level = 1 then
  7.     go("level 1")
  8.     exit
  9.   end if
  10.   if numberbugs < 1 then
  11.     exit
  12.   end if
  13.   if game1level > 1 then
  14.     spuppet(2, 18)
  15.     play frame "hint"
  16.     supuppet(2, 18)
  17.   end if
  18. end
  19.